@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}
body{
  padding-top: 60px;
}
.link {
  cursor: pointer;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.bold {
  font-weight: bold;
}

/* 弹性盒子 */

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.jc-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jc-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jc-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.jc-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ai-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

[v-cloak] {
  display: none;
}

/* #app-intro */

/* #app-intro .bady-bg {
  position: relative;
  width: 1920px;
  height: 2199px;
  background-image: url('/new20198/images/shop_inrto/bg_match.png');
  background-size: 1920px 2199px;
  margin: 0 auto;
} */

#app-intro {
  width: 100%;
}

#app-intro .bady-bg {
  position: relative;
  width: 100%;
  height: 2199px;
  /* background-image: url('/new20198/images/shop_inrto/bg_match.png'); */
  /* background-image: url('/new20198/images/shop_inrto/introBg.png'); */
  background-image: url("/new20198/images/shop_inrto/intro_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  overflow: hidden;
}

/* #app-intro .box-white {
  position: absolute;
  left: 397px;
  top: 542px;
  width: 1145px;
  height: 1405px;
  background: #FFFBF2;
  box-shadow: 0px 4px 20px 0px rgba(14, 5, 10, 0.29), 0px 0px 10px 0px rgba(14, 5, 10, 0.05);
  border-radius: 20px;
} */

#app-intro .box-white {
  position: relative;
  width: 1200px;
  height: 1405px;
  margin: 542px auto 0 auto;
  /* margin: 551px auto 0 auto; */
  /* background: #FFFBF2; */
  /* box-shadow: 0px 4px 20px 0px rgba(14, 5, 10, 0.29), 0px 0px 10px 0px rgba(14, 5, 10, 0.05); */
  border-radius: 20px;
}

.box-white_text {
  position: absolute;
  top: -50px;
  font-size: 19px;
  left: 22%;
  letter-spacing: 1px;
}

#app-intro .nav-box {
  padding: 65px 146px 55px;
}

.box-yellow-title {
  color: #a0a0a0;
  font-size: 16px;
  margin-top: 19px;
  font-weight: 500;
}

.nav-item {
  width: 190px;
  height: 40px;
  background: rgba(253, 148, 24, 0);
  border: 2px solid #a0a0a0;
  border-radius: 20px;
  color: #A0A0A0;
  font-size: 19px;
}

.nav-active {
  background: -webkit-gradient(linear, left bottom, left top, from(#fb7804), to(#ffb12b));
  background: -webkit-linear-gradient(bottom, #fb7804, #ffb12b);
  background: -o-linear-gradient(bottom, #fb7804, #ffb12b);
  background: linear-gradient(0deg, #fb7804, #ffb12b);
  border: 3px solid white;
  -webkit-box-shadow: 0px 6px 21px 0px rgba(226, 60, 30, 0.4);
          box-shadow: 0px 6px 21px 0px rgba(226, 60, 30, 0.4);
  color: #fff;
}

#app-intro .box-yellow {
  position: relative;
  width: 1021px;
  height: 1154px;
  margin: 0 auto;
  background: #FFFBF2;
  border: 2px solid #FE7048;
  border-radius: 20px;
}

.tab-head {
  position: relative;
  top: -2px;
  width: 908px;
  height: 37px;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
  background: #FE7048;
  color: #FFFBF2;
  font-size: 19px;
  overflow: hidden;
}

.tab-head .tc {
  width: 33%;
  height: 100%;
  line-height: 37px;
}

.tab-head .tc:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.tab-foot {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 382px;
  height: 31px;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
  background: #FE7048;
  color: #FFFBF2;
  font-size: 16px;
}

.tab-red {
  background: #FE7048;
}

.tab-gray {
  background: #A0A0A0;
}

.active-time {
  margin: 17px 0 19px;
  color: #929292;
  font-size: 22px;
}

#app-intro .list-box {
  display: block;
  width: 1025px;
  height: 994px;
  padding: 0 56px 0 107px;
  overflow-y: scroll;
  margin-top: 10px;
}

#app-intro .list-box::-webkit-scrollbar {
  position: relative;
  width: 13px;
  background-color: rgba(0, 0, 0, 0);
}

#app-intro .list-box::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #FE7048;
}

#app-intro .list-item {
  position: relative;
  width: 881px;
  height: 62px;
  line-height: 62px;
  margin: 10px 0;
  color: #333;
  background: #fff3de;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
}

#app-intro .list-item:nth-child(2n) {
  background: #fffbf2;
}

#app-intro .list-item img {
  position: absolute;
  top: -2px;
  left: -26px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #fffbf2;
}

.nick-name {
  width: 220px;
  height: 62px;
  padding-left: 24px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.upload-goods {
  width: 305px;
  height: 62px;
  color: #fd8d17;
}

.get-bonus {
  width: 332px;
  height: 62px;
}

#app-intro .tab-title {
  position: relative;
  color: #FE7048;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
}

#app-intro .tab-title::after {
  content: '';
  position: relative;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  width: 115px;
  height: 4px;
  background: #fe7048;
}

#app-intro .shop_open_con {
  background-image: none;
}

.nav-page-search {
  position: relative;
  top: -1px;
  height: 43px;
  margin-bottom: 2px;
  background: #FE7048;
  border-radius: 19px 19px 0 0;
}

.nav-page-2 .tab-head {
  top: 0;
}

.nav-page-search .search-box {
  width: 908px;
  height: 32px;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

.nav-page-search .search-box select {
  width: 168px;
  border: none;
  outline: none;
  color: #A2A2A2;
  font-size: 16px;
}

.nav-page-search .search-box select option:active,
.nav-page-search .search-box select option:hover,
.nav-page-search .search-box select option:focus {
  background: #FE7048;
}

.nav-page-search .search-box .search-keywork {
  width: 100%;
  border-left: 1px solid #FE7048;
  color: #A2A2A2;
  font-size: 16px;
  line-height: 32px;
}

.tab-page-0_content {
  padding: 0 80px;
  color: #313945;
  font-size: 22px;
}

.tab-page-0_content h3 {
  color: #FE7048;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.tab-page-0_content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 23px;
}

.tab-page-0_content p {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 28px;
}

.tab-page-0_content .standard {
  margin-left: 21px;
  font-size: 16px;
  line-height: -6px;
  border-bottom: 1px solid #666666;
  margin-bottom: 12px;
  color: #666666;
  cursor: pointer;
}

.tab-page-0_content .standard:hover {
  color: #FE7048;
  border-color: #FE7048;
}

.tab-page-2 .upload_guide_video {
  width: 50%;
  margin: 0;
}

.tab-page-2 .btn-temp {
  display: block;
  width: 164px;
  height: 42px;
  line-height: 42px;
  margin: 46px 0 66px;
  border-radius: 20px;
  background: #FE7048;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.page-1 .fixed-box {
  position: fixed;
  right: 100px;
  top: 350px;
  z-index: 999;
}

.page-1 .el-image-viewer__img {
  width: 539px;
  height: auto;
}

.page-2 .el-radio__label {
  color: #606266 !important;
}

.page-2 .el-radio__input.is-checked .el-radio__inner {
  border-color: #606266 !important;
  background: #606266 !important;
}

.page-2 .template-img {
  width: 128px;
  height: 193px;
  border-radius: 6px;
  overflow: hidden;
  background-image: url("/new20198/images/upload/template.jpg");
  background-size: 128px 193px;
}

.page-2 .btn-pre-img {
  position: relative;
  color: #999;
  text-decoration: underline;
}

.page-2 .btn-pre-img #upload_preview {
  position: absolute;
  top: 0;
  width: 0;
  opacity: 0;
}

.page-2 .el-image-viewer__img {
  width: 539px;
  height: auto;
  margin: 0;
  border-radius: 0;
}

#app-upload .dialog-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}

#app-upload .dialog-mask .el-icon-circle-close {
  position: absolute;
  top: 5%;
  right: 50%;
  -webkit-transform: translate(350px, 0);
      -ms-transform: translate(350px, 0);
          transform: translate(350px, 0);
  color: #fff;
  font-size: 32px;
}

#app-upload .dialog-body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 539px;
  height: 812px;
  overflow-x: hidden;
  overflow-y: auto;
}

#app-upload .dialog-body::-webkit-scrollbar {
  position: relative;
  width: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

#app-upload .dialog-body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.7);
}

#app-upload .dialog-body img {
  width: 539px;
  height: auto;
}

/* 首页公告 */

.index-notice-box {
  /* display:none */
}

.index-notice-box .notice-text {
  margin-left: 8px;
  color: #868686;
  font-size: 12px;
  line-height: 20px;
}

@media screen and (max-width: 600px) {
  .index-notice-box {
    display: none;
  }
}

.index-dialog-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}

.index-dialog-mask .dialog-body {
  position: absolute;
}

.index-dialog-mask .dialog-body .glyphicon-remove-circle {
  position: absolute;
  top: 19px;
  right: -50px;
  color: #fff;
  font-size: 30px;
}

/* 砍价 */

#page-join .self {
  position: relative;
  width: 1920px;
  /* width: 1200px; */
  height: 2592px;
  margin: 0 auto;
  background-image: url("/new20198/images/join/bg-self.png");
  background-size: 1920px 2592px;
}

#page-join .help {
  position: relative;
  width: 1920px;
  height: 2148px;
  margin: 0 auto;
  background-image: url("/new20198/images/join/bg-help.png");
  background-size: 1920px 2148px;
}

.td-box {
  position: absolute;
  top: 493px;
  left: 688px;
  width: 522px;
  height: 67px;
  line-height: 67px;
  background-image: url("/new20198/images/join/bg-td.png");
  background-size: 522px 67px;
  color: #042444;
  font-size: 37px;
}

.time-down span {
  color: #E2000B;
}

#page-join .per_center {
  position: absolute;
  bottom: 570px;
  left: 448px;
  width: 990px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#page-join .bcatelog_icon {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 60px;
}

#page-join .bcatelog_icon .bc_icon3 {
  padding-top: 0;
}

#page-join .bc_icon_text {
  color: #333;
}

#page-join .bc_icon_img {
  width: 30px;
  height: 30px;
}

#page-join .bc-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-join .role-box {
  position: absolute;
  left: 478px;
  bottom: 140px;
  width: 958px;
  line-height: 1;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.28);
}

#page-join .role-box p {
  line-height: 1.2;
}

#page-join .content {
  position: absolute;
  top: 800px;
  left: 447px;
  width: 990px;
}

.head-box {
  position: relative;
  width: 45px;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #d0eee7;
  border: 2px solid #F7A900;
  border-radius: 50%;
}

.progress-box {
  margin: 102px auto 0;
}

.pro-bg {
  position: relative;
  width: 812px;
  height: 14px;
  margin: 0 auto;
  background: #09363E;
  border-radius: 10px;
}

.pro-label {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3px 8px;
  border-radius: 20px;
  background: #09363E;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
}

.pro-fe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #F7A900;
  border-radius: 10px;
}

.pro-footer {
  width: 812px;
  margin: 11px auto 25px;
  color: #09363E;
  font-size: 19px;
}

.progress-box .head-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

.btn-self {
  margin: 0 auto 30px;
}

.suceess-price {
  margin: 0 0 24px;
  color: #09363E;
  font-size: 33px;
}

#page-join .payLi {
  margin: 0;
}

#page-join .taocanLi {
  margin-bottom: 0;
}

.again-box {
  position: absolute;
  right: 160px;
  bottom: 8px;
  color: #6B6B6B;
  font-size: 18px;
}

.content .tips-text {
  color: #09363E;
  font-size: 23px;
  line-height: 36px;
}

/* .tips-text  */

.tip-red {
  color: #B8040D;
}

.content .btn-bg {
  width: 249px;
  height: 65px;
  line-height: 65px;
  background-image: url("/new20198/images/join/btn-help.png");
  background-size: 249px 65px;
  color: #fff;
  font-size: 23px;
}

#page-join .dialog-mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#dialogList .dialog-body {
  position: relative;
  width: 1239px;
  height: 800px;
  background-image: url("/new20198/images/join/bg-list.png");
  background-size: 1239px 800px;
  z-index: 1000;
}

#dialogList .dialog-list {
  position: absolute;
  left: 290px;
  top: 340px;
  width: 720px;
  height: 330px;
  overflow-y: auto;
}

#dialogList .dialog-list p {
  color: #383838;
  line-height: 1;
}

.dialog-list-item {
  width: 70px;
  margin: 0 7px 15px 0;
  overflow: hidden;
}

.list-head {
  width: 40px;
  height: 40px;
  margin: 8px 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

#page-join #input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

#dialogJoin .dialog-body {
  position: relative;
  width: 1073px;
  height: 604px;
  background-image: url("/new20198/images/join/bg-join.png");
  background-size: 1073px 604px;
  z-index: 1000;
}

#dialogHelp .dialog-body {
  position: relative;
  width: 1073px;
  height: 604px;
  background-image: url("/new20198/images/join/bg-dialog.png");
  background-size: 1073px 604px;
  z-index: 1000;
  color: #fff;
}

#page-join .modal-content {
  width: 610px;
}

#page-join .LogTyLi1 {
  padding-left: 10%;
}

#page-join .LogTyLi2 {
  padding-right: 10%;
}

/* 下拉 loading more */

.loading_more {
  width: 150px;
  height: 15px;
  margin: 0 auto;
  margin-top: 100px;
}

.loading_more span {
  display: inline-block;
  width: 15px;
  height: 100%;
  margin-right: 5px;
  border-radius: 50%;
  background: #FF6E65;
  -webkit-animation: load 1.04s ease infinite;
}

.loading_more span:last-child {
  margin-right: 0px;
}

@-webkit-keyframes load {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.loading_more span:nth-child(1) {
  -webkit-animation-delay: 0.13s;
}

.loading_more span:nth-child(2) {
  -webkit-animation-delay: 0.26s;
}

.loading_more span:nth-child(3) {
  -webkit-animation-delay: 0.39s;
}

.loading_more span:nth-child(4) {
  -webkit-animation-delay: 0.52s;
}

.loading_more span:nth-child(5) {
  -webkit-animation-delay: 0.65s;
}

.no_more {
  color: #ccc;
  text-align: center;
  padding-top: 28px;
}

/* 左侧悬浮 */

.up_store_dec_nav {
  position: absolute;
  background: none;
  left: -5%;
  top: 4%;
  bottom: 10px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 55px;
}

.up_store_dec_nav li a {
  width: 55px;
  height: 55px;
  padding: 8px;
  background: #f1f1f1;
  text-align: center;
  color: #3f68f4;
  margin-top: 12px;
  cursor: pointer;
  display: block;
}

.up_store_dec_nav li:hover a {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f9ef5), to(#3f68f4));
  background: -webkit-linear-gradient(top, #4f9ef5 0, #3f68f4 100%);
  background: -o-linear-gradient(top, #4f9ef5 0, #3f68f4 100%);
  background: linear-gradient(to bottom, #4f9ef5 0, #3f68f4 100%);
  background: -webkit-linear-gradient(to bottom, #4f9ef5 0, #3f68f4 100%);
  background: -o-linear-gradient(to bottom, #4f9ef5 0, #3f68f4 100%);
  background: -ms-linear-gradient(to bottom, #4f9ef5 0, #3f68f4 100%);
}

/* 作品质量标准popup*/

.modal-content .icon-closeX {
  background: url(/new20198/images/goods/关闭.png);
  width: 30px;
  height: 30px;
  background-size: 30px;
  position: absolute;
  right: 17px;
  top: 19px;
}

.modal-content .icon-closeX:hover {
  cursor: pointer;
  background: url(/new20198/images/goods/关hover.png);
  background-size: 30px;
}

.intro_modal {
  width: 39%;
}

.modal-content .mian h2 {
  font-weight: 600;
  font-size: 14px;
}

.modal-content .mian h6 {
  font-size: 14px;
}

.modal-content .mian h6 span {
  margin-right: 6px;
}

.modal-content .mian div {
  font-size: 14px;
}

.modal-content .mian img {
  width: 450px;
}

.modal-content .mian p {
  margin: 10px 0 0 102px;
}

.modal-content .mian .others p {
  margin: 0;
}

@media (max-width: 1680px) and (min-width: 1325px) {
  .up_store_dec_nav {
    left: -7% !important;
  }

  .intro_modal {
    width: 57%;
  }
}

@media (max-width: 1324px) and (min-width: 1200px) {
  .up_store_dec_nav {
    display: none !important;
  }

  .intro_modal {
    width: 47%;
  }
}

@media (min-width: 768px) and (max-width: 1198px) {
  .up_store_dec_nav {
    display: none !important;
  }

  .intro_modal {
    width: 72%;
  }
}

@media (max-width: 767px) {
  .up_store_dec_nav {
    display: none !important;
  }

  .intro_modal {
    width: 72%;
  }

  .tab-page-0_content .standard {
    display: none !important;
  }
}

@media (min-width: 1980px) and (max-width: 2499px) {
  .intro_modal {
    width: 34%;
  }

  .up_store_dec_nav {
    left: -15% !important;
  }
}

@media (min-width: 2500px) {
  #app-intro .bady-bg {
    height: 2799px;
  }

  #app-intro .box-white {
    margin: 688px auto 0 auto;
  }

  .up_store_dec_nav {
    left: -22%;
  }

  .intro_modal {
    width: 30%;
  }
}

